TCollections.CreateSortedObjectList<T>(T[],Boolean) Method

Represents method CreateSortedObjectList<T>(T[],Boolean).

Namespace: Spring.Collections
public
 class function CreateSortedObjectList<T: class>(const values: array of T; ownsObjects: Boolean = True): IList<T>; overload; static;

Type Parameters

T

Parameters

values
Type: array of T

ownsObjects
Type: Boolean

Return Value

Type: IList<T>